AML pipeline component for MaaP self serve validation#3978
AML pipeline component for MaaP self serve validation#3978abhishekMS2024 wants to merge 33 commits into
Conversation
Test Results for assets-test2 tests 2 ✅ 1h 53m 14s ⏱️ Results for commit b1c61c8. ♻️ This comment has been updated with latest results. |
Test Results for training-model-mgmt-unittests45 tests 45 ✅ 9s ⏱️ Results for commit b1c61c8. ♻️ This comment has been updated with latest results. |
| Deploy a model to a workspace. The component works on compute with [MSI](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-manage-compute-instance?tabs=python) attached. | ||
|
|
||
| environment: azureml://registries/azureml/environments/python-sdk-v2/versions/19 | ||
| environment: azureml://registries/azureml/environments/python-sdk-v2/versions/28 |
There was a problem hiding this comment.
There was also talk of needing to upgrade everything to skd v3, is that a prereq for this pr too?
There was a problem hiding this comment.
The current environment version for python-sdk-v2 is 28. After updating the python-sdk-v2 environment, the component was not updated with the new environment.
| parser.add_argument( | ||
| "--inference_response", | ||
| type=str, | ||
| help="Json file to save the inference response", |
There was a problem hiding this comment.
json file containing expected inference response?
There was a problem hiding this comment.
Updated this
| logger.info("Saved deployment details in output json file.") | ||
|
|
||
| if response and args.inference_response: | ||
| with open(args.inference_response, "w") as outfile: |
| spec: spec.yaml | ||
| categories: | ||
| [ | ||
| "CommonBench Baselining", |
There was a problem hiding this comment.
This shouldve been merged so lets work off of master
There was a problem hiding this comment.
This is not merged yet. I have kept a different name.
…com/Azure/azureml-assets into abhisheku/maap_validation_component
| @@ -0,0 +1,40 @@ | |||
| $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json | |||
| name: delete_endpoint | |||
There was a problem hiding this comment.
Lets reuse these pls, can you pls post on System registry content channel
Validation Link: here